You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clValue Structure > clValue Methods > clValue.Conj Method
Dew Math for .NET
ContentsIndexHome
Example
var c: clValue; begin d.Copy(Cplx(2,3)); c.Conj(d); // d = 2-3i end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.